Class OnlineActivationParams
java.lang.Object
com.vasco.orchestration.client.flows.CryptoApplicationIndexParams
com.vasco.orchestration.client.flows.activation.ActivationParams
com.vasco.orchestration.client.flows.activation.online.OnlineActivationParams
A
OnlineActivationParams object provides parameters for the online activation process.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the configured activation password to be used during the DSAPP activationGets the configured user for performing the DSAPP activation.voidSets theOnlineActivationCallbackto be notified about activation events.voidsetActivationPassword(String activationPassword) Sets the activation password to be used during the DSAPP activationvoidsetOrchestrationUser(OrchestrationUser orchestrationUser) Sets the user to be used for performing the DSAPP activation.Methods inherited from class com.vasco.orchestration.client.flows.activation.ActivationParams
getActivationCallbackMethods inherited from class com.vasco.orchestration.client.flows.CryptoApplicationIndexParams
getCryptoApplicationIndex, setCryptoAppIndex, setCryptoApplicationIndex
-
Constructor Details
-
OnlineActivationParams
public OnlineActivationParams()
-
-
Method Details
-
getOrchestrationUser
Gets the configured user for performing the DSAPP activation.- Returns:
- the configured user
-
setOrchestrationUser
Sets the user to be used for performing the DSAPP activation.- Parameters:
orchestrationUser- the user
-
getActivationPassword
Gets the configured activation password to be used during the DSAPP activation- Returns:
- the currently configured activation password
-
setActivationPassword
Sets the activation password to be used during the DSAPP activation- Parameters:
activationPassword- the new activation password
-
setActivationCallback
Sets theOnlineActivationCallbackto be notified about activation events.- Parameters:
callback- aOnlineActivationCallbackobject
-